home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / mkmf / distfile.cmds < prev    next >
Text File  |  1988-08-12  |  374b  |  14 lines

  1. # The following variable should be redefined from the command-line using
  2. # the format "rdist -f [this makefile] -d DIR=`pwd`"
  3. DIR = /dev/null
  4.  
  5. EXCEPT_PAT = (\\~\$ \\^#.* .*#\..* /#.* \\.o\$ \\.bak\$ /version.h\$)
  6. EXCEPT = ()
  7. RHOST = (allspice)
  8.  
  9.  
  10. ${DIR} -> ${RHOST} install -y -w ;
  11.         except_pat ${EXCEPT_PAT};
  12.     except ${EXCEPT};
  13.     special ${DIR} "cd $FILE; make clean";
  14.